home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Ken Long / FontShow-1.1.2-c / README < prev    next >
Encoding:
Text File  |  1994-12-04  |  3.1 KB  |  81 lines  |  [TEXT/R*ch]

  1. Note from Ken Long:
  2.  
  3. I found this source on the net, but it was only the .c and .h file.
  4. Then after a time, I found the built application in a different place
  5. and was able to get the resources out of it.  Then I made the .r file
  6. from it, for general principles.
  7.  
  8. The two includes I excluded caused link errors I couldn't fix, but it
  9. seems to run okay at first glance.  I've done hardly any testing, and
  10. I'm sure there could be improvements, refinements and more thorough
  11. code added.  But HEY!  It's C source!
  12.  
  13.  6. March      1994 (v1.1.2) Compiles/runs - Think C v5.0.4/6.0.1
  14. -----------------------------------------------------------------------
  15. 22 Nov 94 -Now it's a Code Warrior (Think Worrier) project. : )
  16. -----------------------------------------------------------------------
  17. -----------------------------------------------------------------------
  18.  
  19. Date: Mon, 23 Oct 89 15:27 N
  20. From: "Rainer Fuchs (EMBL)" 
  21. <FUCHS%EMBL.bitnet@forsythe.stanford.edu>
  22. To: info-mac@sumex-aim.stanford.edu
  23.  
  24. Due to popular demand (hello Holgi!) FontShow v1.1.1 now contains 
  25. a Fontsize
  26. menu and indicates the font id in addition to the font name.
  27. Also a minor bug fix.
  28.  
  29. Rainer
  30. ---------------------------------------------------------------------------4
  31.  
  32.  
  33. The FontShow - a print utility (v1.1.1)
  34.  
  35. I was sometimes asked by collegues what font they should use for 
  36. a document. Well, Key Caps shows you what characters are available 
  37. but you need a longer text to get some impression of what a font 
  38. really looks like. So I made this quick hack called FontShow.
  39.  
  40. The File menu allows you to direct the output either to the video 
  41. screen or to the printer. After selecting either Print or Display 
  42. you will first see a list of all fonts installed in your system 
  43. (or under SuitCase) so that you can select any fonts you like to see. 
  44.  
  45. The Options menu only affects the screen output! You can select 
  46. either a sample text, the well-known sentence "the quick brown 
  47. fox..." in upper and lowercase, or a character table. When you 
  48. direct your output to the printer you will always get all of this 
  49. stuff printed out.
  50.  
  51. The Fontsize menu can be used to select the character size. 
  52. FontShow will only display a font if the selected size is available 
  53. for this font; it will not scale fonts to that size.
  54.  
  55. You may change the sample text or string by using ResEdit to edit 
  56. the resource fork of FontShow. The sample text is contained in a 
  57. TEXT resource with ID 128. Take care that each line is terminated 
  58. by a 0x0D character! The program does no text length checking so 
  59. make sure that your sample text fits on the page. The sample strings 
  60. are in a STR# resource with ID 129. You may change or add strings 
  61. but, again, no length checking is performed.
  62.  
  63. This program is distributed under the HAPPYWARE system:
  64. If you like it, remember to SMILE!
  65.  
  66. Written 1989 by 
  67.     Rainer Fuchs, 
  68.     Am Weingarten 13, 
  69.     D-6000 Frankfurt 90, 
  70.     FRG
  71.     
  72. Bitnet/EARN: fuchs@embl
  73. *No rights* reserved!
  74. ____________________________________________________________
  75.  
  76. Changes in v1.1.1:
  77.     - Now compatible with EZ-Menu (mouse clicks in menu bar disabled).
  78.  
  79. Changes in v1.1: 
  80.     - Font number is shown.
  81.     - Fontsize menu added.